home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / chunky_dev.lha / chunky_dev / Includes / C / proto / chunky.h
Encoding:
C/C++ Source or Header  |  1999-02-15  |  324 b   |  19 lines

  1. #ifndef _PROTO_CHUNKY_H
  2. #define _PROTO_CHUNKY_H
  3.  
  4. /*
  5. **  $VER: chunky.h 1.0 (15.2.99)
  6. **  Proto file for chunky.library
  7. **
  8. **  (c) Copyright 1999 Rosande Limited, all rights reserved.
  9. */
  10.  
  11. #include <exec/types.h>
  12.  
  13. extern struct Library *ChunkyBase;
  14.  
  15. #include <clib/chunky_protos.h>
  16. #include <pragmas/chunky_pragmas.h>
  17.  
  18. #endif
  19.